Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSegmentsCollection Class / CopyTo Method / CopyTo(RulesEngineSegment[],Int32) Method

In This Topic
    CopyTo(RulesEngineSegment[],Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array() As RulesEngineSegment, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       RulesEngineSegment[] array,
       int arrayIndex
    )

    Parameters

    array
    arrayIndex
    See Also